BackgroundRefresh SUB Action Used internally by other procedures in WINDOW.BAS. Do not use or alter this procedure. Syntax BackgroundRefresh handle% Remarks The BackgroundRefresh procedure restores a previously saved background from a global array to the area where a window was displayed. The argument handle% is an integer that indicates the number of the window whose background is being restored. This can be any number between 1 and the value declared in the constant MAXWINDOW. If you want to restore a background, use the PutBackground procedure in GENERAL.BAS. Warning ------- Do not use or alter this procedure unless you are customizing the User Interface toolbox and you know how the use or alteration of this procedure will affect the operation of all other procedures in the toolbox. See Also. WindowClose, WindowDo, WindowSetCurrent